home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-24 | 974 b | 52 lines | [TEXT/MPS ] |
- {
-
- FILENAME
- PrintingExtensions.p
-
- DESCRIPTION
- This file defines data types and API functions for
- printing extension development.
-
- COPYRIGHT
- Copyright © Apple Computer, Inc. 1989, 1990, 1991, 1992, 1993
- All rights reserved.
-
- }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT PrintingExtensions;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED UsingPrintingExtensions}
- {$SETC UsingPrintingExtensions := 1}
-
- {$I+}
- {$SETC PrintingExtensionsIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
- {$IFC UNDEFINED UsingTypes}
- {$I $$Shell(PInterfaces)Types.p}
- {$ENDC}
- {$SETC UsingIncludes := PrintingExtensionsIncludes}
-
-
- { ------------------------------------------------------------------------------
-
- Printing Extension API Contants and Types
-
- -------------------------------------------------------------------------------- }
-
-
-
-
-
- {$ENDC} { UsingPrintingExtensions }
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-